home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / picmanagerpro / help / tip.hlp < prev    next >
Text File  |  1997-11-19  |  8KB  |  192 lines

  1. NOTES, HINTS and TECHNICAL PROGRAM INFORMATION
  2. ==============================================
  3.  
  4.     MISC:
  5.     ----- 
  6.  
  7.     Autoload: When starting PMPro the latest catalogue will
  8.     automatically be loaded, which had been active when leaving the
  9.     program the last time.
  10.     If you do not want that, keep the left mouse button pressed, while
  11.     program is in the initialisation phase.
  12.  
  13.     Virtual memory: PMPro now works together with the shareware-tool
  14.     VMM. It allows you to catalogue or process very large graphics
  15.     even with low memory.
  16.  
  17.  
  18.     HINTS:
  19.     ------
  20.  
  21.     * Use the RAMDISK function as often as possible since
  22.       nearly all functions will then become significantly faster.
  23.       Especially use these functions when working with slow volumes
  24.       like CD-ROM, MO-drives, etc.
  25.  
  26.     * Should the catalogue have been sorted and this sort order
  27.       is to be permanent, you should use the OPTIMIZE function
  28.       to increase access time to the single data records.
  29.  
  30.     * Too large catalogues will result in less overview and decrease
  31.       access time to the single data records.
  32.       Tests have shown that not more than 300-500 entries should be
  33.       stored into one single catalogue. This value strongly depends
  34.       on the speed of the hard disk and size of the xxx.image file.
  35.  
  36.     * Speed optimisations when browsing catalogues: access of data records
  37.       e.g. when browsing through catalogues has again been increased.
  38.       To get that speed improvements even with large catalogues, note
  39.       the following:
  40.  
  41.       - Increase caches of your data partition to about 200 kb
  42.         (this means 400 buffers on a partition with  block size of
  43.         512 bytes). Please consult your AmigaDOS manual for a
  44.         description of the AddBuffers command.
  45.       - Great speed improvements with catalogues of 1000, 2000 or even
  46.         5000 entries can be reached, by increasing the block size of your
  47.         hard disk to 2048 or 4096 Bytes. This can be done with the
  48.         system tool HDToolBox when partitioning the hard disk. But this
  49.         does require reformatting. With AmigaDOS 3.1 it may not be possible
  50.         with all hard disk controllers, since there are still some small
  51.         bugs in the Amiga FileSystem left.
  52.         A reworked version of the file system is already is under development
  53.         and may be available soon.
  54.  
  55.     * Owners of Amigas with AGA chipset should, when possible, start
  56.       the program DBLPAL mode and via IControl select "keep mode".
  57.       This prevents graphics from being displayed in PAL as DBLPAL 
  58.       would be the better choice for these.
  59.       Also, when running PMPro in DBLPAL the vertical and horizontal
  60.       frequencies will not have to be changed which is better for
  61.       the monitor.
  62.  
  63.     * If you own a graphic card it is better to use the high
  64.       resolution modes of the graphic cards with higher frequencies.
  65.  
  66.     * Owners of Bernoulli drives should save their catalogue files
  67.       to these (don't forget to change the data path).
  68.       That way unnecessary data storage on the usually faster hard disk
  69.       may be prevented and speed is usually still sufficient.
  70.  
  71.  
  72.     NOTES:
  73.     ------
  74.  
  75.     * When starting the program several times, please take care
  76.       that you are not accessing the same catalogue files. This may
  77.       cause collisions and in the worst case program crashes.
  78.  
  79.     * When cataloguing graphics the required memory will be allocated
  80.       as a single block in memory. Should the memory have been highly
  81.       fragmented, it may appear that there is still enough memory
  82.       available  but it cannot be accessed as a single chunk
  83.       (-->PROGRAM/INFORMATION). In such a case rebooting the system is
  84.       necessary but usually it may also help to just leave the program
  85.       for a moment, wait a few seconds and then start it again
  86.       and continue.
  87.  
  88.  
  89.     TECHNICAL PROGRAM INFORMATION
  90.     -----------------------------
  91.  
  92.  
  93.        Construction of the catalogue files
  94.        ---------------------------------
  95.  
  96.        A catalogue consists of the following files which can be found
  97.        in the selected data path:
  98.  
  99.          name.CAT   : Contains global catalogue information like e.g.
  100.                       number of entries, type, ...
  101.  
  102.          name.INDEX : Information on each catalogued graphic (size,
  103.                       save path, screen mode, comments, etc.)
  104.  
  105.          name.IMAGE : Thumbnails for each catalogued graphic.
  106.  
  107.        Deleting or manipulating any of these files will probably destroy
  108.        the whole catalogue!
  109.  
  110.  
  111.  
  112.        Required volume space for catalogues:
  113.        -------------------------------------
  114.  
  115.        A lot of space on the volume may be required for
  116.        the catalogue files, especially for large catalogues.
  117.        This depends a great deal on the catalogue type.
  118.        The following table shows the required space for each
  119.        entry of the catalogue:
  120.  
  121.                80x64  grey : 2.5KB       80x64  colour :  5 KB
  122.               120x96  grey : 6 KB       120x96  colour : 12 KB
  123.               144x112 grey : 8 KB       144x112 colour : 16 KB
  124.  
  125.  
  126.        Example:
  127.        A catalogue with 400 entries (120x96 grey) would need about
  128.        2.4 MB volume space. For a whole CD-ROM with 2000 graphics
  129.        (120x96 grey) this would already be 12 MB.
  130.        Colour catalogues would need twice as much space.
  131.  
  132.  
  133.        Required RAM:
  134.        -------------
  135.  
  136.        To run the program without problems at least 1.4 MB
  137.        plus about 260 KB CHIP RAM should be available before starting
  138.        the program (some graphic cards may accept FAST instead of
  139.        CHIP ram). When working with colour catalogues the required
  140.        amount of CHIP memory is about 520 KB.
  141.        The display of quite large graphics and starting of external
  142.        programs will increase the required amount of memory.
  143.        (for example a 1024x768 pixel graphic with 256 colours will
  144.        require an additional 750 KB in one single chunk).
  145.        The function Program/Information displays the currently
  146.        available memory. Also, the Tool MEM-Meter may be opened on
  147.        the PMPro screen (ARexx pulldown) to allow permanent visual
  148.        controlling of the free amount of memory.
  149.  
  150.        When considering working with 24BIT graphics it is suggested
  151.        to make at least 8 MB (or more) FAST memory availalbe.
  152.        This is native to 24 Bit graphics, not PMPro.
  153.  
  154.        Note:
  155.        Any memory limits mentioned above are a necessary minimum.
  156.  
  157.        Graphic cards may reduce the required amount of CHIP RAM but
  158.        usually increase FAST RAM usage.
  159.  
  160.  
  161.        Program restrictions:
  162.        ---------------------
  163.  
  164.         * Catalogue names are restricted to 20 characters, catalogue
  165.           descriptions may not exceed 40 characters.
  166.  
  167.         * Comments (patterns) are limited to 20 characters, image
  168.           descriptions may not exceed 40 characters.
  169.  
  170.         * The naming conventions of AmigaDOS have to be respected
  171.           (no "/" or ":" within the catalogue name).
  172.  
  173.         * The number of entries per catalogue is limited to 999
  174.           for reasons of keeping an overview and faster access times
  175.           to the single data records.
  176.  
  177.         * For cataloguing a graphic the related save path should
  178.           not exceed 100 characters in length. If you have longer
  179.           path-names, add an ASSIGN to this path
  180.           in your user-startup-File.
  181.  
  182.         * When running, the program will not allow any more writing
  183.           activities when the free space within the data path becomes
  184.           smaller than 300 KB. Please take care that at least 1-2 MB is 
  185.           always available in this path.
  186.  
  187.         * The size of the graphics to be catalogued is only limited
  188.           by the available RAM.
  189.  
  190.  
  191.  
  192.